AiCurr function returns the current value of AI tag.
float @abs(string tag);
Arguments
string tag : AI tag name
Return Value
current value of AI tag
Sample
value = @AiCurr("ai01");
Description : The current value of AI tag named 'ai01' is stored in the variable named 'value'.
value = $ai01;
Even if you write statement as above, the result is the same.